OpenRoads Designer CONNECT Edition SDK Help

GetPointAtX Method

Gets point at given projected distance along a profile element

Definition

Namespace: Bentley.CifNET.LinearGeometry Assembly: Bentley.CifNET.LinearGeometry.4.0 (in Bentley.CifNET.LinearGeometry.4.0.dll) Version: 1.0.0.0 (99.99.99.99)

C#

public  LinearPoint GetPointAtX(double projectedDistance)

Parameters

SettingDescription
  

Return Value

LinearPoint LinearPoint along the profile element

See Also